码迷,mamicode.com
首页 >  
搜索关键字:htt... ...分类:Web程序 时间:2020-03-23 20:37:55阅读次数:151![image](https:/upload-images.jianshu.io/upload_images/19251418-020e0a31bba97098.jpg    ( 2010个结果
servlet中service doGet doPost 的关系
在servlet中默认情况下,无论你是get还是post 提交过来都会经过service()方法来处理,然后转向到doGet或是doPost方法,可以看HttpServlet 类的service方法:protected void service(HttpServletRequest req, Htt...
分类:其他好文   时间:2015-07-26 00:12:18    阅读次数:214
基于Apache axis2开发Java Web服务
1.安装配置axis2环境1)下载axis2-1.4.1-war(发布webservice)和axis2-1.4.1-bin.zip(webservice调用使用的各种包)下载好后把axis2-1.4.1-war目录下面的axis2.war发布到tomcat的webapps中。 发布好,访问:htt...
分类:编程语言   时间:2015-07-24 09:10:43    阅读次数:175
Spring MVC整合Memcached基于注释的实践使用
本文并不介绍memcached的安装使用,也不长篇大论哪个缓存框架性能好。而是结合自己实际开发,来谈谈自己的使用。一、配置文件application-cache.xml<?xmlversion="1.0"encoding="UTF-8"?> <beansxmlns="http://www.springframework.org/schema/beans" xmlns:xsi="htt..
分类:编程语言   时间:2015-07-23 08:17:03    阅读次数:246
汉化online
sudo apt-get install transifex-clientvi ~/.transifexrc,加入以下内容:(注意:user,pass是www.transifex.com网站的用户名和密码,需要先注册)[https://www.transifex.com]hostname = htt...
分类:其他好文   时间:2015-07-22 18:31:00    阅读次数:122
django集成tornado进行上线
#*_*?coding=utf8?*_* #!/usr/bin/env?python import?os import?sys ?? from?tornado.options?import?options,?define,?parse_command_line import?django.core.handlers.wsgi import?tornado.htt...
分类:其他好文   时间:2015-07-22 16:42:55    阅读次数:545
CURL使用介绍
curl是使用URL语法的传送文件工具,支持FTP、FTPS、HTTPHTPPSSCPSFTPTFTPTELNETDICTFILE和LDAP。curl支持SSL证书、HTTPPOST、HTTPPUT、FTP上传,kerberos、基于HTT格式的上传、代理、cookie、用户+口令证明、文件传送恢复...
分类:Web程序   时间:2015-07-22 16:03:48    阅读次数:164
Lync 2013和Exchange 2013集成
定位到下面Powershell 文件夹:C:\Program Files\Microsoft\Exchange Server\V15\Scripts\,运行例如以下命令:.\Configure-EnterprisePartnerApplication.ps1-AuthMetaDataUrl 'htt...
分类:其他好文   时间:2015-07-21 20:30:15    阅读次数:177
使用python对url编码解码
url中的query带有特殊字符(不是url的保留字)时需要进行编码。 当url中带有汉字时,需要特殊的处理才能正确编码,以下都只针对这种情形,当然也适用于纯英文字符的url。 (1) url编码: import urllib url = ‘htt...
分类:编程语言   时间:2015-07-21 15:32:31    阅读次数:140
python下的pillow安装
在python下练习生成验证码总是出现如下错误:The _imagingft C module is not installed最后解决:下载pillow:https://pypi.python.org/pypi/Pillow/2.9.0#downloadspip install安装安装指南:htt...
分类:编程语言   时间:2015-07-19 21:21:44    阅读次数:133
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!